<html>
<head>
<title>Table of 2 through while loop</title>
</head>
<body>

<script type="text/javascript">
var d=new Date();
document.write(d.getDate());
document.write(d.getMonth());
document.write(d.getFullYear());
</script>
</body>
</html>